home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Install / USB-Driver / zebrserw.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-02-01  |  4.8 KB  |  161 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  zebrserw.inf
  4. ;
  5. ; Function:
  6. ;    Install the Sony Ericsson Port (WDM)
  7. ;
  8. ; Copyright (c) 2005 MCCI
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc..
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. signature="$CHICAGO$"
  21. Class=USB
  22. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  23. Provider=%Provider%
  24. DriverVer=12/07/2005, 4.30.0.2700
  25. ;CatalogFile=zebrmdm.cat
  26.  
  27.  
  28. [ControlFlags]
  29. ExcludeFromSelect = *
  30.  
  31. ;-----------------------------------------------------------------------------
  32. ;   Change A:\ to source drive (or omit to always (?) be prompted)
  33. ;-----------------------------------------------------------------------------
  34. [SourceDisksNames]
  35. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  36. ;    having the tagfile non-null seems to help...
  37. 1=%DiskString%,"zebrmdm.sys",,
  38.  
  39. [SourceDisksFiles]
  40. ; filename = diskid[,[ subdir][, size]]
  41. zebrmdm.sys = 1
  42. zebrcr.sys = 1
  43. zebrvcr.vxd = 1
  44. zebrcm95.sys = 1
  45. zebrcmnt.sys = 1
  46. zebrcomm.vxd = 1
  47. zebrvcd.vxd = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Specify target paths...
  51. ;-----------------------------------------------------------------------------
  52. [DestinationDirs]
  53. DefaultDestDir          = 11                    ; LDID_SYS
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; Table of Contents
  57. ;-----------------------------------------------------------------------------
  58. [Manufacturer]
  59. %SEMC%=SEMC
  60.  
  61. ;-----------------------------------------------------------------------------
  62. ; Device-by-device entries
  63. ;-----------------------------------------------------------------------------
  64. [SEMC]
  65. %SerialA1%=Install.1,USB\VID_0FCE&PID_D030&MI_05&OS_9X
  66. %SerialB1%=Install.2,USB\VID_0FCE&PID_D030&MI_07&OS_9X
  67.  
  68.  
  69. ;-----------------------------------------------------------------------------
  70. ; Installation instructions
  71. ;-----------------------------------------------------------------------------
  72.  
  73. [Install.1]
  74. AddReg = SEMC.AddReg, SEMC.W95.AddReg, SEMC.W95.AddReg.1
  75. CopyFiles = CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.sys, CopyFiles.W95.Inf
  76. DriverVer=12/07/2005, 4.30.0.2700
  77.  
  78. [SEMC.W95.AddReg.1]
  79. HKR,,CrGuid,,{8272F932-117D-48be-A878-32CA24F6718D}
  80.  
  81. [Install.2]
  82. AddReg = SEMC.AddReg, SEMC.W95.AddReg, SEMC.W95.AddReg.2
  83. CopyFiles = CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.sys, CopyFiles.W95.Inf
  84. DriverVer=12/07/2005, 4.30.0.2700
  85.  
  86. [SEMC.W95.AddReg.2]
  87. HKR,,CrGuid,,{8272F931-117D-48be-A878-32CA24F6718D}
  88.  
  89.  
  90.  
  91. ;-----------------------------------------------------------------------------
  92. ;  Registry
  93. ;-----------------------------------------------------------------------------
  94.  
  95. ; common registry entries 
  96. [SEMC.AddReg]
  97. HKR,,NTMPDriver,,zebrmdm.sys
  98. HKR,,CRUpperDescription,,%UpperDescription%
  99. HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
  100. HKR,,InitialBaudRate, 0x10001, 00,C2,01,00            ;115200 initial baud rate
  101. HKR,,InitialLineControl,, "8N1"                    ;8-bits, No parity, 1 stop bit
  102.  
  103. ; only for Win95....
  104. [SEMC.W95.AddReg]
  105. HKR,,DevLoader,,*ntkern
  106.  
  107.  
  108. ;-----------------------------------------------------------------------------
  109. ;  Copy lists
  110. ;-----------------------------------------------------------------------------
  111. [CopyFiles]
  112.  
  113. [CopyFiles.W95]
  114. zebrvcr.vxd
  115. zebrcomm.vxd
  116. zebrvcd.vxd
  117.  
  118. [CopyFiles.sys]
  119. zebrmdm.sys
  120. zebrcr.sys
  121.  
  122. [CopyFiles.W95.sys]
  123. zebrcm.sys,zebrcm95.sys
  124. zebrcm95.sys
  125. zebrcmnt.sys
  126.  
  127. [Copyfiles.W95.inf]
  128. zebrserv.inf
  129.  
  130.  
  131. ;-----------------------------------------------------------------------------
  132. ; STRINGS
  133. ;-----------------------------------------------------------------------------
  134. [Strings]
  135.  
  136. ;BEGIN ENG - US English Strings
  137. Provider = "Sony Ericsson Mobile Communications AB"
  138. SEMC = "Sony Ericsson Mobile Communications AB"
  139. DiskString = "Sony Ericsson Port Installation Disk"
  140.  
  141. UpperDescription = "Sony Ericsson Port Driver (VCOMM)"
  142.  
  143. SerialA1 = "Sony Ericsson Application Port"
  144. SerialB1 = "Sony Ericsson Debug Port"
  145.  
  146. CustomerDataPath = "Sony Ericsson"
  147. DriverSet = "Sony Ericsson Software"
  148. UninstallFile = "ZEBRUninstall.exe"
  149.  
  150. McciOptions = "Uninstallable NotInstallOnWinVer5"
  151.  
  152. ;END ENG - US English Strings
  153.  
  154.  
  155. ;-----------------------------------------------------------------------------
  156. ; The following are symbolic constants which don't change per locale.
  157. ;-----------------------------------------------------------------------------
  158.  
  159.  
  160. ;*** end of file ***
  161.